<Code Lib>
2020 Method
Changes 7
M

FormUtils.DissolveForms(Document, ICollection<ElementId>, ICollection<ElementId>)

Description:
Dissolves a collection of form elements into their defining elements.
Remarks:
Bonding points define the workplane of form profiles and paths and their curves. The bonding point represents a coordinate system with an origin (reference point) which can be manipulated to move the curves of a profile together as a unit after dissolve. Bonding points may themselves be constrained to other parts of the model or parts of the form, based on how the form was created/constructed. This is done through the reference point hosting mechanism.
Overloads (2):
DissolveForms(Document,ICollection[ElementId],ICollection[ElementId])

public static ICollection<ElementId> DissolveForms(
	Document ADoc,
	ICollection<ElementId> elements,
	out ICollection<ElementId> BondingPointSet
)

Return Value ICollection<ElementId> A collection of curve element ids from the profiles and paths of the dissolved forms.

Loading…